home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xsokoban / README.vX < prev    next >
Encoding:
Text File  |  1995-05-03  |  2.5 KB  |  57 lines

  1. This is the X version of sokoban.
  2.  
  3. The only way this is different from the previous version is that the curses
  4. display routines have been removed, and replaced with an X driven display.
  5. However this implies some small differences and enhancements as detailed below.
  6.  
  7. I have nothing to do with the original author of Sokoban, and did attempt
  8. to contact the author of the unix version, but was unable to get a reply
  9. back from him.
  10.  
  11. I'm releasing this to the net as a public service.  This game is EXCLUSIVELY
  12. in the public domain.
  13.  
  14. CHANGES:
  15.    -- Requires at least X11R4 to compile.
  16.    -- bitmaps can be specified on the command line or via xresources.
  17.       On the command line, -b followed by the directory in which to find
  18.       the bitmaps will cause them to be loaded from there instead of the
  19.       default.  Anyone not found will be loaded from the default.
  20.    -- the fancy walls option can be specified via the command line or via
  21.       xresources.
  22.    -- the arrow keys on DEC keyboards can be used to control movement in
  23.       exactly the same ways as the h, j, k, l keys can (including shifted
  24.       or controlled).
  25.    -- The program recognizes the following x resources.
  26.       xsokoban.foreground:    The name of the color to use as the foreground.
  27.       xsokoban.background:    The name of the color to use as the background.
  28.       xsokoban.border:        The name of the color to use as the border.
  29.       xsokoban.cursor:        The name of the color to use as the cursor
  30.                 foreground.
  31.       xsokoban.fontname:    The name of the font to display text with.
  32.                 Using a font other than 9x15 (the default)
  33.                 may cause some parts of the help screens to
  34.                 not display properly.
  35.       xsokoban.bitmaps:        The name of the directory in which to search
  36.                 for the bitmaps used by the program.
  37.       xsokoban.fancyWalls:    Specifies whether to use fancy walls or not.
  38.                 Use 0 for false or anything else for true
  39.    -- It is possible that the score file format is NOT compatable with
  40.       versions of sokoban in existance.  I believe that the standard
  41.       sokoban scorefile format was modified here at CMU, and I used the CMU
  42.       score file version in this code.
  43.  
  44. A list of the names of the bitmap files and what they expect is given in the
  45. internal help.
  46.  
  47. There is no man page for this program to this date.
  48.  
  49. If anyone wishes to write the man page, or to make other improvements to this
  50. code, please send me context diffs agains these sources, and I will take care
  51. of merging all patches together and redistributing them.
  52.  
  53. Thank you.
  54.  
  55. Joseph L. Traub
  56. jt1o@andrew.cmu.edu
  57.